| Einhugur macOS Bridge plugin. |
|
NSButton.ButtonClickDelegate Delegate
Delegate that defines click handler for NSButton.

ButtonClickDelegate(
sender
as NSButton)
Parameters
- sender
- The sender button object.
Note this is not comparable to the button object reference you might have stored somewhere. So if you do if sender = myButton then this will always be false.
Remarks
See Also
NSButton Class